It's easy to get lazy when no one is looking. This is the idea behind the very webpage that you're looking at.

I have set up my computer to automatically track the number of lines that I knock off my to-do list.

You can "poke" me to remind me to stay alert and motivated when you see that I'm not being as productive as I can be.

// dates on-time not on-time // 0 2025-11-27 0 1 // 1 2025-11-28 0 0 // 2 2025-11-29 0 0 // 3 2025-11-30 0 8 // 4 2025-12-01 0 2 // 5 2025-12-02 0 13 // 6 2025-12-03 0 10 // 7 2025-12-04 0 8 // 8 2025-12-05 0 4 // 9 2025-12-06 0 4 // 10 2025-12-07 0 2 // 11 2025-12-08 0 6 // 12 2025-12-09 0 4 // 13 2025-12-10 0 9 // 14 2025-12-11 0 11 // 15 2025-12-12 0 1 // 16 2025-12-13 0 1 // 17 2025-12-14 0 2 // 18 2025-12-15 0 2 // 19 2025-12-16 0 3 // 20 2025-12-17 0 0